Hệ thống quản lý phương tiện trong PHP

1 body,html{
2     height:
100%;
3     margin: 0px;
4 }
5
6 .bg{
7     background-image: url(pexels-photo-
808156.jpeg);
8     height:
100%;
9     
10     background-position: center;
11     background-repeat: no-repeat;
12     background-size: cover;
13 }
14
15 .gaba{
16     background-color: rgba(
0, 0, 0, 0);
17     border: 0px;
18 }
19
20 .navbar-inverse .navbar-nav>li>a {
21     color: white;
22 }
23
24 .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
25     color: #fff;
26     background-color: rgba(
0, 0, 0, 0.25);
27 }
28
29 .navbar-inverse .navbar-brand {
30     color: azure;
31 }
32
33 .hero-text{
34     text-align: center;
35     color:azure;
36     top:
50%;
37     left:
50%;
38     margin-top: 270px;
39     
40     
41 }
42 .a{
43     color: orangered;
44 }


Gõ tìm kiếm nhanh...